|
Zile is a free software, Lua-based toolkit for developing text editors. Zile stands for ''Zile Implements Lua Editors''.〔(Libre Planet )〕 Originally written in C by Sandro Sigala, it is now rewritten in Lua and maintained by Reuben Thomas. Zile's goal was to behave like GNU Emacs using fewer resources. Zile still uses the same names as Emacs does for its functions and variables, but some of the internal data structures and API are evolving to suit a more general purpose. == History == Zile started out as a lightweight Emacs clone in April 2008.〔(Savannah )〕 It was written in C, then it got rewritten in Lua.〔(Where Lua is Used )〕 In 2014 it began evolving into a software development framework for developing text editors.〔 The lightweight Emacs that was Zile is now Zemacs. In the tradition of recursive acronyms, Zile stood for ''Zile Is Lossy Emacs''. Zemacs is distinguished by a RAM Memory footprint, of approximately 100kB. It is 8-bit clean, allowing it to be used on any sort of file that doesn't require Unicode support.〔GNU Project: (GNU Zile )〕 Zemacs' keyboard shortcuts are similar to those of Emacs. It incorporates many standard Emacs features, including: * Multi buffer editing with multi level undo * Multi window * Killing, yanking and registers * Minibuffer completion * Auto fill (word wrap) Zile produced a Vi clone, Zi. A fork of Zile became Zee, a command line editor. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「GNU Zile」の詳細全文を読む スポンサード リンク
|